java tips

shit

算是遇到一个极品问题了 return b1.start-b2.end; 直到加上括号才好了

向量 Vector

Vector<E> vector = new Vector<E>() ; 其中 E 可以替换为具体使用的类型,如 Integer